'Declaration Public Overloads MustOverride Sub Insert( _
ByVal indexИндекс (отсчитываемый от нуля), по которому должна быть вставлена страница.As System.Int32, _
ByVal imageИзображение для вставки в коллекцию.As Vintasoft.Imaging.VintasoftImage, _
ByVal progressControllerКонтроллер выполнения.As Vintasoft.Imaging.Utils.IProgressController _
)
public abstract void Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Utils.IProgressController progressController
)
public: abstract void Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Utils.IProgressController* progressController
)
public:
abstract void Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Utils.IProgressController^ progressController
)
Parameters
- index
- Индекс (отсчитываемый от нуля), по которому должна быть вставлена страница.
- image
- Изображение для вставки в коллекцию.
- progressController
- Контроллер выполнения.